.message-dialog { // Message Dialog styling
-GtkDialog-button-spacing: 0;
+
+ @if $variant==light {
+ // the bright variant as a slightly darker bg which in this case clashes with the window decoration, overriding
+ &.background { background-color: $bg_color; }
+ }
+
.titlebar {
border-style: none;
box-shadow: inset 0 1px $borders_edge;
.message-dialog {
-GtkDialog-button-spacing: 0; }
+ .message-dialog.background {
+ background-color: #ededed; }
.message-dialog .titlebar {
border-style: none;
box-shadow: inset 0 1px white; }